-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get moderated channels1 #396
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Primitive type `bool` defaults to `false` when not nullable. Making them nullable to prevent accidentally changing unwanted settings.
Update ChatSettings.cs
Add support for the new return information, see [this announcement](https://discuss.dev.twitch.tv/t/legacy-badges-endpoint-shutdown-details-and-timeline-june-2023/44621) Note: `ClickAction` and `ClickUrl` are nullable because twitch docs say set to `null` if not specified
Removing nullables because C# 7.3
Get Channel Chat Badges and Get Global Chat Badges update
…s_and_redeem_code remove Entitlements/GetCodeStatus and Entitlements/RedeemCode
…_tags remove Streams/ReplaceStreamTags
(Submitting this to the dev branch oops) Changed the type of CreatedMarker ID to match the Twitch API: https://dev.twitch.tv/docs/api/reference/#create-stream-marker When making a request to the TwitchAPI for creating a stream marker, I get an exception that it could not convert a string to an integer.
Updated CreatedMarker ID from int to string
[skip ci]
Remove v5 from summary Auth.cs
…ct scope is `channel:moderate` ref: https://dev.twitch.tv/docs/authentication/scopes/#chat-and-pubsub-scopes
…tch API documentation
…n the Twitch API documentation
Updated Api.Helix Channel Point Model XML
Update Chat Auth scope from 'chat:moderate' to 'channel:moderate'
…onAsync to return bool value
… to C# language latest
…r easier comparison
…provements Aligned Auth Scopes with Twitch docs
…n model - Created a ContentClassificationLabel enum - Created a ContentClassificationLabel class to use in the ModifyChannelInformation model
- Added ContentClassificationLabels class with GetContentClassificationAsync method - Added GetContentClassificationLabelsResponse with model
- Fixed summary bug in Anayltics.GetExtensionAnalyticsAsync() that copied the incorrect startedAt & endedAt information - Added summary for ExtensionAnalytics - Added summary for GetExtensionResponse - Added summary for GameAnalytics - Added summary for GetGameAnalyticsResponse - Added summary for DateRange
Added Summaries to API Models & Added ContentClassificiationLabel API Endpoint
* SnoozeNextAd, GetAdSchedule, ad related scopes
* Add GuestStar Models * Add GuestStar Api Section to Helix * implement Get/Update Channel Guest Star Settings * Implement GuestStar Session APIs * Implement GuestStar Invite APIs * implement Guest Star Slot APIs * fix typo
…hLib#385) * Added ability to Send Chat Messages
Surrounding the tick methid in a `try`/`catch` block to prevent errors from stalling the service
Update FollowerService with try catch to prevent app crashes
Adds conduit support in EventSub: GetConduits, CreateConduit, UpdateConduit, DeleteConduit, GetConduitShards, UpdateConduitShards
* add support for GetUserEmotes
* add GetUnbanRequests and ResolveUnbanRequests
…Lib#392) * move StartCommercialAsync to Channels class; remove Ads classs
Added return string as quick fix.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add Get moderated channels and models